ASCIIQuarium Home Page: https://robobunny.com/projects/asciiquarium/html/

1) Download the archive containing the Perl script, "asciiquarium"

2) Install the following packages:
	"cpanminus" (Allows for additional Perl libraries to be downloaded from: https://www.cpan.org/)
	"libcurses-perl" (Perl library, https://metacpan.org/pod/Curses)
	
	"sudo apt install cpanminus libcurses-perl"
	
3) Install the animation library written by the ASCIIQuarium author:
	"Term::Animation" (https://metacpan.org/pod/Term::Animation)
	
	"sudo cpan Term::Animation"
	
4) Run the script:

	"cd [wherever you put it]"
	"perl asciiquarium"

5) You may need to change a couple Xfce Terminal settings for cosmetic reasons. Open it up and go to "Edit" -> "Preferences". From there:

	- Under "General" -> "Scrolling" -> "Scrollbar is:", choose "Disabled"
	- Under "Appearance" -> "Background", choose "None (use solid color)"
	
